close
-
  Hello there. I don't want stop loss to appear in transactions. I want transactions with $- 25 to close. others want to remain open. Thank you.

-
When you say transactions, I assume you mean individual trades. The check profit block you are using checks the unrealised profit of all the open trades together. If I understand you correctly, you want to check each trade's unrealised profit/loss. In that case use the check loss block under the Loop for Trades & Orders section. You will only need three blocks (for each trade, check loss, close) to accomplish what I think you want to do.
-
is it correct. -
@yazar-ilyas Yes, it is.